• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

데이터 구조 (상용 알고리즘)

포인터 종류 와 동적 변수

: * /*"*" */; : int *p; int *a[100]; char *s; 2. : : struct node{ int data; node *next; }*p; : (2 ) 1. * ; : :p :*p : (1): (*p).m; (2): p->m; : 1. : : p=&a; p=arr; p=p1; p=NULL; 2. ( )/* +,-*/: : p++; p--; p+=i; p-=i; r=...

데이터 구조 (상용 알고리즘)

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more